home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / basic / IFFsave.readme < prev    next >
Encoding:
Text File  |  1999-11-06  |  1.4 KB  |  47 lines

  1. Short:    Correctly save an IFF/ILBM picture    
  2. Author:   Curt Esser
  3. Uploader: camge@ix.netcom.com
  4. Type:     dev/basic
  5. Requires: WB 2.01+, Blitz 
  6.  
  7. Uploaded Oct 27 1999
  8.  
  9. An easy to use function that corrects the bugs in 
  10. the standard Blitz commands "SaveBitMap" and "SaveShape"
  11.  
  12. The bugs fixed are:
  13.  
  14. 1} The optional CAMG chunk is now saved
  15.    this will allow picture viewiers and art programs
  16.    to determine the correct screen mode for the image
  17.   -This also allows you to save HAM pictures
  18.  
  19. 2} The correct image width is now saved with the picture
  20.   -no more empty "blank" space on the right hand side
  21.  
  22. 3} The destination volume is checked for enough free space
  23.    before saving - no more program lockups if the disk
  24.    doesn't have enough room for the iff file...
  25.  
  26. 4} No "SetErr" error trap needed - Intuition will now
  27.    automatically handle "Disk Write Protected", etc...
  28.  
  29. 5} You can also save bitmaps created by the OS functions,
  30.    as well as standard Blitz bitmaps...
  31.     
  32.  
  33. Visit my web site at:
  34.  
  35. http://members.xoom.com/Curt_Esser/
  36.  
  37. You'll find more Blitz stuff there
  38.  
  39.  
  40. ============================= Archive contents =============================
  41.  
  42. Original  Packed Ratio    Date     Time    Name
  43. -------- ------- ----- --------- --------  -------------
  44.     8180    3258 60.1% 27-Oct-99 05:54:58  IFFsave.asc
  45. -------- ------- ----- --------- --------
  46.     8180    3258 60.1% 27-Oct-99 22:30:32   1 files
  47.